SectionDisplayType Enumeration

Represents whether the section is hidden.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum SectionDisplayType

Members

True0 The section is displayed. This is the default setting.
False1 The section is hidden under the condition specified in the text:condition attribute.
Condition2 The section is hidden unconditionally.

See Also